Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add withLog parameter to debug_traceCall #2897

Merged
merged 18 commits into from
Sep 6, 2024
Merged

Conversation

chexware
Copy link
Contributor

@chexware chexware commented Aug 2, 2024

What does it do?

Adding additional parameter to debug_traceCall that enables returns of logs calls similar to Geth's tracer

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@chexware chexware added A3-inprogress Pull request is in progress. No review needed at this stage. B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes I8-enhancement 🎁 An additional feature request. breaking Needs to be mentioned in breaking changes labels Aug 2, 2024
Copy link
Contributor

github-actions bot commented Aug 5, 2024

Coverage Report

@@                        Coverage Diff                         @@
##           master   aleks-debug-trace-call-options      +/-   ##
==================================================================
+ Coverage   80.90%                           80.92%   +0.02%     
  Files         286                              286              
+ Lines       81838                            81932      +94     
==================================================================
+ Hits        66206                            66303      +97     
- Misses      15632                            15629       -3     
Files Changed Coverage
/client/evm-tracing/src/listeners/call_list.rs 77.39% (+4.84%) 🔼

Coverage generated Fri Sep 6 15:09:43 UTC 2024

@chexware chexware marked this pull request as ready for review August 13, 2024 13:37
@chexware chexware removed the A3-inprogress Pull request is in progress. No review needed at this stage. label Aug 13, 2024
@noandrea noandrea added the D3-trivial PR contains trivial changes in a runtime directory that do not require an audit label Aug 28, 2024
Co-authored-by: Aleksandar Brayanov <aleksandar@moonsonglab.com>
Copy link
Contributor

github-actions bot commented Sep 3, 2024

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2184 KB (no changes) ✅

Moonbeam runtime: 2120 KB (no changes) ✅

Moonriver runtime: 2132 KB (no changes) ✅

Compared to latest release (runtime-3102)

Moonbase runtime: 2184 KB (+244 KB compared to latest release) ⚠️

Moonbeam runtime: 2120 KB (+220 KB compared to latest release) ⚠️

Moonriver runtime: 2132 KB (+232 KB compared to latest release) ⚠️

@noandrea noandrea added the A8-mergeoncegreen Pull request is reviewed well. label Sep 5, 2024
gonzamontiel
gonzamontiel previously approved these changes Sep 6, 2024
Copy link
Contributor

@gonzamontiel gonzamontiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a comment on the test, other than that it looks good to me !

librelois
librelois previously approved these changes Sep 6, 2024
@RomarQ RomarQ dismissed stale reviews from librelois and gonzamontiel via e4f08be September 6, 2024 14:13
@RomarQ RomarQ self-assigned this Sep 6, 2024
@RomarQ RomarQ added not-breaking Does not need to be mentioned in breaking changes B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes and removed breaking Needs to be mentioned in breaking changes B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes labels Sep 6, 2024
@RomarQ RomarQ merged commit 1076dc2 into master Sep 6, 2024
46 checks passed
@RomarQ RomarQ deleted the aleks-debug-trace-call-options branch September 6, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A8-mergeoncegreen Pull request is reviewed well. B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit I8-enhancement 🎁 An additional feature request. not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants